home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / ATCP_sdk_40_gc.lha / AmiTCP-4.0-gcc / README < prev   
Text File  |  1995-06-04  |  909b  |  26 lines

  1. This code is strictly BETA!!. It works with MuiADT and Pine but does not guarantee
  2. it will work with anything else. You are free to modify/correct the code as
  3. long as you mail me the changes.
  4.  
  5. This compiles with gcc only!! All the SASC stuff was removed. If you want to
  6. compile with SASC, get the original API archive.
  7.  
  8. I found 2 MISTAKES in the archive. The first is ug_SetupContextTags(). It does
  9. NOT take a program name argument. Also no syslog() function was supplied. I
  10. made one using vprintf().
  11.  
  12. Enclosed are modified gcc include files in the directory netinclude.
  13. You can copy over the ones in gnu:include/
  14.  
  15. To compile, specify -D__AMITCP__ on the commandline.
  16. To link specify libc.a -lamitcp. (Someone figure out why I need to link libc.a
  17. first. Without it, things behave very strangely.)
  18.  
  19. A custom version of libc.a is supplied. (It doesn't have the wrappers for ixemul's
  20. pseudo-TCP functions).
  21.  
  22.  
  23.  
  24.  
  25.  
  26.